public static PDFType1Font createWithPfmMetrics( java.lang.String metricsFile, java.lang.String fontFile, double size, boolean embed ) |
Parameters
- metricsFile
- Path to .pfm file.
- fontFile
- Path to .pfb file.
- size
- Font size.
- embed
- True if the font should be embedded in the PDF file.
Return Value
A Type1 font Object.